home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000016_kb@cs.umb.edu_Fri Feb 3 01:31:32 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from ra.cs.umb.edu by cs.umb.edu with SMTP id AA24181
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Fri, 3 Feb 1995 06:31:37 -0500
  3. Received: by ra.cs.umb.edu id AA20651
  4.   (5.65c/IDA-1.4.4 for tex-k); Fri, 3 Feb 1995 06:31:32 -0500
  5. Date: Fri, 3 Feb 1995 06:31:32 -0500
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199502031131.AA20651@ra.cs.umb.edu>
  8. To: abrahams@equinox.ShaysNet.COM
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Fontutils 0.6 won't compile under Linux
  11.  
  12.        extern string dtoa (double);
  13.     But the one in stdlib.h is:
  14.         extern char*    dtoa __P((double __d, int __mode, int __ndigits,
  15.                             int *__decpt, int *__sign, char **__rve));
  16.     Significantly, it's preceded about ten lines up by:
  17.       /* I added the followings to Linux. H.J. */
  18.     Have you seen this problem before?  Any idea of the best way to get by it?
  19.  
  20. Change the name in fontutils to dtoa.
  21.  
  22. fontutils 0.6 was released before Linux (not to mention the Alpha and
  23. the current release of most other OS's) existed, so I'm sure there are
  24. plenty of problems.
  25.  
  26. I suspect it's not all that interesting to most folks, anyway -- the
  27. programs are a chain to produce fonts from scanned images, not general
  28. utilities (despite the name). (Of course, if anyone *wants* to help us
  29. produce fonts for GNU, let me know, and I'll point you at one of the
  30. images I've scanned.)
  31.  
  32. You can read the manual to decide if you want to bother installing it.
  33.  
  34. There will be many many changes to the fontutils if I ever make another
  35. release -- it should use kpathsea, for example.